New Pool Creation
During creation of the pool, initial weights are divided in equal proportions. For example, if you are creating a pool:
- BNB: 0,1428 %
- AVAX: 0,1428 %
- ETH: 0,1428 %
- MATIC: 0,1428 %
- FTM: 0,1428 %
- ETH (arbitrum): 0,1428 %
- ETH (optimism): 0,1428 %
Initial Liquidity
If we have 7 assets in the pool (example above) - we need to make 7 consecutive transactions from each chain.
First transaction will make a call to Factory.sol on MasterChain to create a Pool contract.
Once the last transaction confirmed and all tokens have their reserves as > 0, a pool will be created and available for deposit/withdrawals. Before that, the pool has a "pending" status.